type runtime.syscallingThread
13 uses
runtime (current package)
proc.go#L6729: type syscallingThread struct {
proc.go#L6750: func setBlockOnExitSyscall(pp *p) (syscallingThread, bool) {
proc.go#L6752: return syscallingThread{}, false
proc.go#L6768: return syscallingThread{}, false
proc.go#L6773: return syscallingThread{}, false
proc.go#L6782: return syscallingThread{}, false
proc.go#L6786: return syscallingThread{}, false
proc.go#L6791: return syscallingThread{}, false
proc.go#L6793: return syscallingThread{gp, mp, pp, status}, true
proc.go#L6800: func (s syscallingThread) gcstopP() {
proc.go#L6810: func (s syscallingThread) takeP() {
proc.go#L6817: func (s syscallingThread) releaseP(state uint32) {
proc.go#L6834: func (s syscallingThread) resume() {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |